home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / actvdemo.dir / 00089.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  209 b   |  14 lines

  1. global gNextMovie, gNextEXE
  2.  
  3. on exitFrame
  4.   set gNextEXE to the pathName & gNextMovie
  5.   unLoad()
  6.   startTimer()
  7.   repeat while the timer < 120
  8.     nothing()
  9.   end repeat
  10.   open(gNextEXE)
  11.   beep()
  12.   quit()
  13. end
  14.